/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2024 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */
body {
  font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  padding-top: 54px;
  color: #495057;
}
::selection {
  background: pink;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}
h1,
h2,
h3,
h4,
h6 {
  font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #9a031e;
}
h1 {
  font-size: 4.5rem;
  line-height: 4rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 1.5rem;
}
h5 {
  font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}
p.h7 {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
}
p.lead {
  font-size: 1.1rem;
  font-weight: 400;
  color: #495057;
}
.subheading {
  font-weight: 500;
  font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
}
h1 .text-primary {
  color: #343a40 !important;
}
.list-social-icons a {
  color: #495057;
}
.list-social-icons a:hover {
  color: #9a031e;
}
.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}
.list-icons {
  font-size: 3rem;
}
.list-icons .list-inline-item i:hover {
  color: #9a031e;
}
.logo {
  display: block;
  position: relative;
  margin-top: 20px;
}
#csusb {
  position: right;
  max-height: 250px;
  max-width: 250px;
}
#gtu {
  position: right;
  max-width: 300px;
  max-height: 175px;
}

#hcn {
  position: right;
  max-width: 250px;
  max-height: 400px;
}
#infiniqe {
  position: right;
  max-width: 250px;
  max-height: 400px;
}
#marathonbibs {
  position: right;
  max-width: 600px;
  max-height: 325px;
}
@media (max-width: 768px) {
  #csusb {
    max-height: 150px;
    max-width: 150px;
  }
  #gtu {
    max-width: 150px;
    max-height: 100px;
  }
  #infiniqe {
    max-width: 150px;
    max-height: 50px;
  }
  #marathonbibs {
    max-width: 300px;
    max-height: 150px;
  }
}
.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 0;
  grid-auto-flow: row;
  grid-template-areas: "a b c" "d e f";
}
.a {
  grid-area: a;
}
.b {
  grid-area: b;
}
.c {
  grid-area: c;
}
.d {
  grid-area: d;
}
.e {
  grid-area: e;
}
.f {
  grid-area: f;
}
.g {
  grid-area: g;
}
.h {
  grid-area: h;
}
.i {
  grid-area: i;
}
.grid-item {
  display: block;
  float: left;
  margin: 16px 0;
  padding: 0 16px;
}
.grid-item,
.grid-sizer {
  width: 100%;
}
.grid-item img {
  width: 100%;
  height: 100%;
}
.grid-item .img-place {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.grid-item .img-caption {
  position: absolute;
  bottom: 0;
  padding: 12px 16px;
  width: 100%;
  background-color: #323131;
  color: #fff;
  z-index: 11;
}
@media (max-width: 991px) {
  .container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "a b" "c d" "e f" "g h" "f";
  }
}
@media (max-width: 767px) {
  .container {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d" "e" "f";
  }
}
.fg-theme {
  color: #ef3724 !important;
}
.img-place {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.img-place > img {
  width: 100%;
  height: auto;
}
.container {
  text-align: left;
}
.visitCounter {
  color: #f8f9fa !important;
}
#module {
  font-size: 1rem;
  line-height: 1.5;
}
#module #collapseMihin.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}
#module #collapseMihin.collapsing {
  height: 3rem;
}
#module #collapseHsbc.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}
#module #collapseHsbc.collapsing {
  height: 3rem;
}
#module a.collapsed:after {
  content: "Show More >>";
}
#module a:not(.collapsed):after {
  content: "<< Show Less";
}
.container-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
}
.top-button {
  width: 60px;
  height: 60px;
  background: #9a031e;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
}
.top-button:before {
  content: "\f077";
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
}
.container-top.show-button .top-button {
  opacity: 1;
}
#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#sideNav .navbar-toggler:focus {
  outline-color: #e5042d;
}
@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 14rem;
    max-height: 14rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}
section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
section.resume-section .resume-item .resume-date {
  min-width: none;
}
@media (max-width: 767px) {
  section.resume-section {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}
@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.bg-primary {
  background-color: #9a031e !important;
}
.text-primary {
  color: #9a031e !important;
}
a {
  color: #9a031e;
}
a:active,
a:focus,
a:hover {
  color: #4f020f;
}
ul {
  padding-left: 20px;
}

.contact-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.contact-header {
    margin-bottom: 50px;
}

.contact-header .divider {
    width: 60px;
    height: 4px;
    background-color: #0d6efd;
    margin: 20px auto;
    border-radius: 2px;
}

.form-container {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.form-floating > label {
    padding-left: 1rem;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #0d6efd;
}

.btn-submit {
    padding: 12px 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.invalid-feedback {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 40px 0;
    }

    .form-container {
        padding: 20px;
        margin: 0 15px;
    }
}
